Objective: 

This package contains the FT800 sample applications targeting Windows PC and Arduino platform.  
Basically, it is created for tutorial purpose to smooth the learning curve of FT800. 
The users are encouraged to read the source codes first and change the functions 
you would like to experiment.

Make your hands dirty and enjoy FT800. 

Setup information:
1. For Windows PC platform, please refer to the application note "AN_245_VM800CB_SampleApp_PC_Introuction", 
located at "Docs\Msvc_win32"

2. For Arduino Platform, please refer to the application note "AN_246_VM800CB_SampleApp_Arduino_Introduction",
located at "Docs\Arduino"


Package contents:
0. The following Sample Application refers to the version of Windows Platform, unless it is specified 
specially with Arduino Sample Application. 
1. Folder "Src" includes the source code in .C files of Sample Application. 
2. Folder "Bin" includes the binary and library used by Sample Application. 
3. Folder "Hdr" includes the header file in .H files of Sample Application. 
4. Folder "Test" includes the resouces files,such as bitmap and sound track file used in Sample Application. 
5. Folder "Project" includes the project and solution file for Windows Sample Application at subfolder "MSVC_Win32". 
Under "Arduino" subfolder, the source code and project file for Arduino Sample Application resides. 


Known issues:
None

Notes:
1. Only SPI mode is supported. 
2. Sampel Applications for Windows PC and Arduino platform shares share the same code base. But Windows PC has 
more APIs definition since it has no storage limitation. 
3. The SPI host(Arduino, Windows PC) are assuming the data layout in memory as Little Endian format. 





